Approximates the specified bezier curve with a polyline. The specified quality parameter varies in the interval [1, ...) and is proportional to the number of points in the resulting polyline.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public static Point[] ApproxBezier ( |
Visual Basic Copy Code |
---|
Public Shared Function ApproxBezier( _ |
Index of the first point in the points array to include in the approximation.
A list of points that approximate the curve as a series of straight line segments.